Package-level declarations

Types

Link copied to clipboard

A listener for receiving notifications during the lifecycle of a native ad.

Link copied to clipboard
class MediaView

MediaView displays native ad media content such as image or video.

Link copied to clipboard

Interface allows to set NativeAdEventListener and to define whether web links are opened by in-app browser or by third-party browsers.

Link copied to clipboard
interface NativeAdAssets

Interface provides values for native ad assets.

Link copied to clipboard

A listener for receiving notifications during the lifecycle of a native ad.

Link copied to clipboard

This exception is thrown when for some reason was unable to parse the native ad response.

Link copied to clipboard
interface NativeAdImage

NativeAdImage represents image asset. Height and width is always available. Bitmap is unavailable until loaded.

Link copied to clipboard

A listener for receiving notifications about images loading progress.

Link copied to clipboard
open class NativeAdLoader(context: Context)

Class containing controls for native ad loading.

Link copied to clipboard

Interface that is implemented to determine when the loading of native advertising has completed or failed.

Link copied to clipboard
interface NativeAdMedia

NativeAdMedia represents media content.

Link copied to clipboard

An AdRequest contains targeting information used to fetch an ad. Ad requests are created using Builder.

Link copied to clipboard

The type of native ad.

Link copied to clipboard

NativeAdView represents root view for native ad. Views for all of the required assets should be set. If any of the required views is not provided for native ad which contains corresponding assets, binding fails. Optional views may be provided to increase CTR.

Link copied to clipboard

NativeAdViewBinder allows bind native ad view View with native ad's content. It contains view for all of native ad assets. Views for all of the required assets should be set, although ad may not contain age restrictions, icon, warning or call to action. If any of the required views is not provided for ad which contains corresponding assets, binding fails. Optional views may be provided to increase CTR.

Link copied to clipboard
class NativeBulkAdLoader(context: Context)

Class containing controls for bulk request ad loading.

Link copied to clipboard

Interface that is implemented to determine when the loading of bulk ad request has completed or failed.

Link copied to clipboard
interface Rating

Interface allows ad to set rating value to arbitrary view.

Link copied to clipboard

Interface allows to bind NativeAdViewBinder with slider content,

Link copied to clipboard
class SliderAdLoader(context: Context)

Class containing controls for slider ad loading.

Link copied to clipboard

Interface that is implemented to determine when the loading of slider ad has completed or failed.